GtkWidget: Add some missing nullable annotations
authorTimm Bäder <mail@baedert.org>
Tue, 24 Nov 2015 09:49:05 +0000 (10:49 +0100)
committerTimm Bäder <mail@baedert.org>
Tue, 24 Nov 2015 10:17:10 +0000 (11:17 +0100)
gtk/gtkwidget.c

index ab316809391bb80b99e3a9fb57c50a64dc5e8697..2a155fcb020c2cd6426504a8b46a7940dd6bd9d8 100644 (file)
@@ -15657,7 +15657,8 @@ union_with_clip (GtkWidget *widget,
 /*
  * _gtk_widget_set_simple_clip:
  * @widget: a #GtkWidget
- * @content_clip: Clipping area of the contents or %NULL, if the contents
+ * @content_clip: (nullable): Clipping area of the contents
+ *     or %NULL, if the contents
  *     do not extent the allocation.
  *
  * This is a convenience function for gtk_widget_set_clip(), if you
@@ -16019,7 +16020,7 @@ gtk_widget_unregister_window (GtkWidget    *widget,
  *
  * Returns the widget’s window if it is realized, %NULL otherwise
  *
- * Returns: (transfer none): @widget’s window.
+ * Returns: (transfer none) (nullable): @widget’s window.
  *
  * Since: 2.14
  */